//==============================================================================
// theris_anim.txt
//==============================================================================

define SmokePelvis
{
   set hotspot
   {
      version
      {
        Visualparticle Special N Fire Giant SmokePelvis
      }
   }
}

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================



define setGlow
{
   SetSelector
   {
	set hotspot
	{
		version
		{
		    Visualparticle Special N Fire Giant FirePelvis
		}
	}		    
   }
}

//==============================================================================

anim Idle
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_IdleA
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}

//==============================================================================

anim Birth
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_IdleA
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot	
			}
		}
	}
}


//==============================================================================



anim Attack
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_AttackA
		tag Attack 0.45 true   
            	tag GenericSound 0.60 true   
            	tag SpecificSoundSet 0.37 false SwordSwing checkVisible 
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}


//==============================================================================

anim Death
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_DeathA
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
                                                        connect TopOfHead blood hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}

//==============================================================================

anim Run
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_RunA
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}
//==============================================================================

anim Bored
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_BoredA
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}

//==============================================================================

anim Walk
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_TrotA
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}

//==============================================================================

anim JumpTakeoff
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_JumpTakeoff
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}

//==============================================================================


anim JumpFly
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_JumpFly
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}

//==============================================================================


anim JumpLand
{
	SetSelector
	{

		set hotspot
		{
			version
			{
				//Visual Special E Anubite_idleA
				VisualGranny Special E Anubite_JumpLand
				ReplaceTexture Special E Anubite/Special E Anubite Iron
				connect NECK SetGlow hotspot
				connect NECK SmokePelvis hotspot
			}
		}
	}
}
